projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e6e2bc
)
arm64: zynqmp: Add empty sleep.h file for psu_init* compilation
author
Michal Simek
<
[email protected]
>
Thu, 25 May 2017 14:08:43 +0000
(16:08 +0200)
committer
Michal Simek
<
[email protected]
>
Tue, 20 Jun 2017 14:40:58 +0000
(16:40 +0200)
psu_init* contain sleep.h header which is not present in u-boot.
Instead of keep comment sleep.h in psu_init* it is easier to add empty
file which is included.
Signed-off-by: Michal Simek <
[email protected]
>
board/xilinx/zynqmp/sleep.h
[new file with mode: 0644]
patch
|
blob
diff --git a/board/xilinx/zynqmp/sleep.h
b/board/xilinx/zynqmp/sleep.h
new file mode 100644
(file)
index 0000000..
a962319
--- /dev/null
+++ b/
board/xilinx/zynqmp/sleep.h
@@ -0,0
+1
@@
+/* Intentionally empty file for psu_init* */